/*
Theme Name: Altaïr Finance
Author: Florian Bersier
Author URI: http://florianbersier.com
Description: Theme developed for Altaïr Finance by Florian Bersier. Initial version: November 2013
Version: 1.0
Tags: white, responsive
Text Domain: altairfinance.com
*/
/* =Reset default browser CSS.
-------------------------------------------------------------- */
html {
  font-size: 100%;
/* 1 */
  overflow: auto;
  height: 100%;
  top: 0;
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: .9em;
  color: #331;
}

h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-weight: 400;
  color: #555;
}

blockquote {
  quotes: none;
}

blockquote:before,blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0073ae;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

.cap {
  text-transform: capitalize;
}

.transition {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.none {
  display: none;
}

.block {
  display: block;
}

i,em {
  font-style: italic;
}

b,strong {
  font-weight: 700;
}

.right {
  float: right;
}

.left {
  float: left;
}

.lino,#widget-foot ul {
  list-style: none;
}

.inline {
  display: inline-block;
  zoom: 1;
}

input,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* =Layout
-------------------------------------------------------------- */
#window {
  width: 100%;
  height: auto;
  min-height: 100%;
}

/* HEADER */
#header {
  margin: 0;
  color: #fff;
  height:auto;
}

#header a {
  color: #fff;
}

#masthead {
  width: 100%;
  height: 150px;
  background-color:#0073ae;
  padding:30px 0 0
}

#masthead .wrapper {
	width:92%;
	width:calc(80% + 77px);
	max-width:1200px;
	}

#star {
	position:absolute;
	z-index:0;
	height:195px;
	width:230px;
	margin-top:0;
	right:15%;
	background: url('images/header.png') no-repeat 0 0;
}

#header .wrapper {
  height: inherit;
  margin: 0 auto;
}

.logo {
  height: 130px;
  width: 250px;
}

.logo a {
  display: block;
  text-indent: -9999px;
  height: 100px;
  width: 250px;
  background: url('images/altair.png') no-repeat 0 0;
  opacity: 1;
}

.logo a:hover {
  opacity: 0.85;
}

/*NAVIGATION*/
#nav {
  height: 40px;
  width:100%;
  line-height: 40px;
  background-color:#d3af37;
}

#nav .wrapper {
	width:90%;
	max-width:1123px;
	padding-left:67px;
	}

.menu {
	list-style: none;
	margin-left:-4px
	}


#nav .menu li {
  display: inline-block;
  margin-left: 3%;
  zoom: 1;
  vertical-align: top;
}

#nav .menu li:first-child {
  margin-left: 0;
}

#nav .menu li:last-child {
  position:absolute;
  z-index:3
}

#nav .menu li a {
  display: block;
  color: #fff;
  padding:0 10px;
}

#nav .menu li:hover a {
  text-decoration: none;
  opacity:.8
}

#nav .menu .current-menu-item a,#nav .menu .current-menu-parent a {
  font-weight: 700;
  background:#0073ae;
  cursor:text;
}

#nav .menu .current-menu-item:hover a,#nav .menu .current-menu-parent:hover a {
  opacity:1
}

#nav .menu li .sub-menu {
  display: none;
  position: absolute;
  background: #bcb6ad;
  background: rgba(161,152,138,0.9);
  padding: 10px;
  width: 140px;
  margin-left: 0;
  border-radius: 0 0 1px 1px;
}

#nav .menu li .sub-menu li {
  display: block;
  float: none;
  height: 24px;
  line-height: 24px;
  margin: 0 !important;
  padding: 0 !important;
}

#nav .menu li .sub-menu li a {
  color: #fff;
  text-shadow: 0 1px 1px #7c766c;
}

#nav .menu li.menu-item-has-children:hover li a {
  border-top: 0;
  margin-top: 0;
  font-weight: 400;
  font-size: .9em;
}

#nav .menu li.menu-item-has-children:hover li a:before {
  content: '›';
  margin-right: 4px;
}

#nav .menu li .sub-menu li a:hover {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
}

#nav .menu li .sub-menu .current-menu-item a,#nav .menu li .sub-menu .current-menu-item a:hover {
  color: #5c5954;
  text-shadow: none;
  cursor: text;
}

#nav .menu li:hover .sub-menu {
  display: block;
}

#nav .menu-header select {
  display: none;
  width: 96%;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  background-color: #9ac7de;
  border: none;
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-appearance: none;
  -moz-appearance:none;
  margin-bottom: 20px;
}

#lang {
	position:relative;
	width:252px;
	height:20px;
	line-height:20px;
	margin:-22px 0 0 0;
	text-align:right
	}

#lang li a {
	padding:0 10px;
	border-left:1px solid #eee;
	font-size:.8em;
	color:#dadada
	}

#lang li a.state1 {
	color:#fff
	}

#lang li:first-child a{
	padding: 0 10px 0 0;
	border:0
	}

/*BANNER*/
#banner {
	width:100%;
	height:200px;
	margin-top:30px;
	background:url('images/home.jpg') #9ac7de no-repeat bottom center;
	background-size:cover;
}

/*CONTENT*/
#main {
  width: 100%;
  margin: 0;
}

.container {
  width: 90%;
  max-width: 1123px;
  margin: 0 auto;
  padding: 40px 0 150px 77px;
}

.content {
    margin-right:5%;
    }

.content p {
  margin-bottom: 1.2%;
  line-height: 1.5em;
}

.content .ulo {
list-style:none;
width:100%;
margin:7% auto 0;
text-align:center
}

#main .alignleft {
	float:left;
	margin:8px 3% 1% 0
	}

.content .ulo li {
	display:inline-block;
	vertical-align:top;
	width:auto;
	margin:0 3.5% 15px
	}

.ulo li:last-child {
	margin-right:0
	}

.content ul {
	margin:0 auto 0 18px;
	}

.content li {
	line-height:1.5em;
	margin:0 0 1%
	}

.entry-content h2,.entry-title,h3.parent {
  margin: 0 0 20px;
  font-size: 1.4em;
  font-weight:400;
  color: #0073ae;
}

.page-child .entry-title {
  display: none;
}

.entry-content h3 {
  font-weight: 400;
  font-size: 1.1em;
  color: #0073ae;
  margin: 15px 0 8px;
}

/* CONTACT */

section.right {
	width:20%;
	margin:60px 2.5% 0 0;
	padding:0;
	height:auto;
}

section.right strong {
text-transform:uppercase;
display:block;
color:#0073ae;
border-bottom:1px solid #0073ae;
padding-bottom:7px
}



.adr strong {
text-transform:uppercase;
display:block;
color:#0073ae;
border-bottom:1px solid #0073ae;
padding-bottom:7px
}



.form {
    width:70%;
    margin: 0;
    height: auto;
    text-align:left
}

.content form ul {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0
	}

form .one li {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	}

form .two li {
	display:inline-block;
	}

form li:first-child {
	margin:0
}

form .one li input {
	resize: horizontal;
	}

form .one li input:active {
	width:auto;
	}

form .one li input:active {
	min-width:170px;
	}

form input,select {
	height:28px;
	line-height:28px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background:#fff
}

form input {
	padding:0 5px
	}

form select {
	width:65px;
	height:30px;
	line-height:30px;
	padding:0 0 0 3px
	}

.a {
    background-color: #f2f2f2;
}

.asm {
	font-size:0.85em;
	color:#0073ae;
	margin-right:10px
	}



label {
    display: block;
    font-size:0.8em;
    color:#888
}

textarea {
    display: block;
    width:90%;
    min-height: 150px;
    padding: 5px;
    border: 1px solid #ccc;
}

input, select, textarea {
    font: 14px Helvetica,Arial,sans-serif;
}


form .two {
	margin-top:15px
	}

.txt {
	display:block;
	width:90%;
	font-size:.8em;
	color:#aaa;
	padding:10px 0 7px;
	}

#thanks,#error {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#thanks {
    background-color: #63aed5;
}

#error {
    background-color: #d64937;
}

.content .ulo li:first-child,.row li:first-child {
  margin-left: 0;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
/* Firefox 18- */
  color: #888;
}

::-moz-placeholder {
/* Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.notify {
  font-size: .8em;
  color: #555;
}

#captcha {
  text-align: center;
  margin-right: 10px;
}

#secure {
	width:50px;
	text-align:center;
	border:0;
	border-bottom:2px dotted #0073ae;
	background-color:#eee;
	font-weight:700
	}

#searchsubmit,#submit,input[type=submit] {
  padding: 0 12px;
  width: auto;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 2px;
  background-color: #0073ae;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
background-image: -webkit-linear-gradient(top,#2a95c5,#21759b);
background-image: -moz-linear-gradient(top,#2a95c5,#21759b);
background-image: -ms-linear-gradient(top,#2a95c5,#21759b);
background-image: -o-linear-gradient(top,#2a95c5,#21759b);
background-image: linear-gradient(to bottom,#2a95c5,#21759b);
border-color: #21759b;
border-bottom-color: #1e6a8d;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
-webkit-appearance: none;
box-sizing:none;
}

#searchsubmit:hover,input.submit:hover,#searchsubmit:focus,input.submit:focus {
  background-color: #278ab7;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b));
background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b);
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
border-color: #1b607f;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

.note {
  position: absolute;
  z-index: 99;
  top: 195px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: .8em;
}

.note p {
  height: 27px;
  line-height: 27px;
  color: #fff;
}

.thanks p {
  background-color: #0073ae;
}

.error p {
  background-color: #fb4c2f;
}


/* SEARCH */
#searchform label {
  display: none;
}

#searchform {
  margin-top: 5%;
}

#searchform #s {
  width: 50%;
  border: 1px solid #dadada;
  padding: 0 8px;
  height: 33px;
  line-height: 35px;
}

.search-results h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}

/*FOOTER*/
#footer {
  position: absolute;
  width: 100%;
  height: 110px;
  margin: -110px 0 0;
  padding: 0;
  color: #fff;
  background-color:#80b9d6;
  overflow: hidden;
}

#colophon {
    height: 110px;
  font-style:italic;
  margin: 0 auto;
  width:92%;
  width:calc(90% + 77px);
  max-width:1200px;
  background: url('images/footer.png') no-repeat 0 0;
  overflow:hidden
}

#nav-foot {
  line-height: 1.65em;
  font-size: .85em;
  padding:1.5% 0 0 77px;
}

#nav-foot ul {
  list-style: none;
}

#footer a {
  color: #fff;
  text-transform:lowercase
}

#footer-widget-area {
	display:inline-block
	}

/*FIX*/
.edit-link {
  display: block;
  margin-top: 20px;
}

#comments,.page .entry-meta,.sidebar .pplus,.nav-posts .plus,.page .entry-utility,.entry-meta .author {
  display: none;
}

/*ADMIN*/
#wp-admin-bar-wp-logo > .ab-item .ab-icon {
  background: url('images/estates.png') no-repeat 0 0 !important;
}

/* ScrollBars */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: #fff;
}

/*PRINT SETUP*/
@media print and color {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  body {
    color: #000;
    background: #fff;
  }
  
  h2,h3 {
    page-break-after: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  ul,img {
    page-break-inside: avoid;
  }

}

/* MOBILE */
@media screen and (max-width : 860px) {
  #header .wrapper,.container,#colophon {
    width: 90%;
  }
  
  #nav .menu li:last-child {
    float: none;
  }
  
  #nav {
    text-align: left;
  }
  
  #nav .wrapper,#nav-foot {
  padding-left:0
  }
  
  #nav .menu li {
    margin-left: 3%;
  }
  
  .container {
    padding-left:0
    }
  
  .content {
    width: 93%;
    margin:0 auto;
  }

  .mob {
    display: none
  }

}

@media screen and (max-width : 680px) {
body {
	min-width:260px
	}
  
  .left,.right {
    float: none;
  }
  
  .logo,.logo a {
    width: 100%;
    margin: 0 auto;
  }

#lang {
	position:relative;
	width:75%;
	height:20px;
	line-height:20px;
	margin:-22px 0 0 0;
	text-align:right
	}

section {
width:100% !important
}

section.right {
	margin: 0 0 35px
	}

form li {
	width:100% !important;
	margin-left:0 !important
	}

  .logo a {
    background-position: 50% 0;
  }
  
  #nav .menu-header select {
    display: block;
  }
  
  #nav .menu-header ul, #banner {
    display: none;
  }
  
  #colophon{
  background:none;
  text-align:center;
  margin:15px 0 0;
  width:100%
  }
}

@media screen and (max-width : 360px) {
	#main .alignleft {
		display:none
	} 

}
